home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
flappy.swf
/
scripts
/
frame_5
/
PlaceObject2_40_5
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
413 b
|
15 lines
onClipEvent(enterFrame){
if(_root.BigBird._y > 340 and this.done == "no")
{
this.done = "yes";
_root.BigBird.fly == false;
_root.BigBird.broken = true;
_root.BigBird.yspeed = 0;
_root.BigBird.gravity = 0;
_root.BigBird.scrollStart = false;
_root.flapper.gotoAndPlay("fall");
_root.music.stop();
_root.gameOverScreen.gotoAndPlay(2);
}
}